home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 28
/
Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso
/
Aminet
/
gfx
/
misc
/
MesaGL-aux.lha
/
src
/
image.c
< prev
next >
Wrap
C/C++ Source or Header
|
1998-09-12
|
224b
|
12 lines
#include "gltk.h"
#include "glaux.h"
#if defined(__cplusplus) || defined(c_plusplus)
#define class c_class
#endif
AUX_RGBImageRec *auxRGBImageLoad(char *fileName)
{
return (AUX_RGBImageRec *) tkRGBImageLoad(fileName);
}